google.golang.org/grpc/internal/transport.bufWriter.pool (field)

5 uses

	google.golang.org/grpc/internal/transport (current package)
		http_util.go#L302: 	pool      *imem.SimpleBufferPool
		http_util.go#L314: 		pool:      pool,
		http_util.go#L332: 		b := w.pool.Get(w.batchSize)
		http_util.go#L354: 	if w.buf != nil && w.pool != nil {
		http_util.go#L356: 		w.pool.Put(&b)